home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch07.Authoring / CommandDemos / externalParamValue.dir / 00006_scripts.txt < prev    next >
Encoding:
Text File  |  1996-10-23  |  192 b   |  9 lines

  1. -- the following script is in the button
  2.  
  3. on mouseUp
  4.   set pVal = ¬¨
  5.     externalParamValue(the text of field "argument")
  6.   if pVal <> EMPTY then
  7.     put pVal into field "results"
  8.   end if
  9. end